From 00eac01fe72f727075f584735aab40783d378b22 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 3 Feb 2012 19:58:27 -0500 Subject: [PATCH] * doc/emacs/files.texi (File Conveniences): Mention image animation. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/files.texi | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 78b58752b9f..9a1ee004a6f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-02-04 Glenn Morris + + * files.texi (File Conveniences): Mention image animation. + 2012-01-31 Chong Yidong * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 081614aa3b9..b2eb68d2812 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1907,7 +1907,10 @@ point. Partial Completion mode offers other features extending @findex image-mode @findex image-toggle-display +@findex image-toggle-animation @cindex images, viewing +@cindex image animation +@cindex animated images Visiting image files automatically selects Image mode. This major mode allows you to toggle between displaying the file as an image in the Emacs buffer, and displaying its underlying text representation, @@ -1915,7 +1918,12 @@ using the command @kbd{C-c C-c} (@code{image-toggle-display}). This works only when Emacs can display the specific image type. If the displayed image is wider or taller than the frame, the usual point motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different parts -of the image to be displayed. +of the image to be displayed. If the image can be animated, then +the command @kbd{RET} (@code{image-toggle-animation}), will start (or +stop) animating it. Animation plays once, unless the option +@code{image-animate-loop} is non-@code{nil}. Currently, Emacs only +supports animated GIF files (@pxref{Animated Images,,, elisp, The Emacs +Lisp Reference Manual}). @findex thumbs-mode @findex mode, thumbs -- 2.30.2